PowerTCP Sockets for .NET
Send(Byte[],IPEndPoint) Method




Syntax
'Declaration
 
Public Overloads Function Send( _
   ByVal buffer() As Byte, _
   ByVal destination As IPEndPoint _
) As Datagram
'Usage
 
Dim instance As UdpBase
Dim buffer() As Byte
Dim destination As IPEndPoint
Dim value As Datagram
 
value = instance.Send(buffer, destination)
public Datagram Send( 
   byte[] buffer,
   IPEndPoint destination
)
public: Datagram* Send( 
   byte[]* buffer,
   IPEndPoint* destination
) 
public:
Datagram^ Send( 
   array<byte>^ buffer,
   IPEndPoint^ destination
) 

Parameters

buffer
destination
See Also

Reference

UdpBase Class
UdpBase Members
Overload List


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic